Html Css Color HEX #BE931B Buddha Gold

📋 copy color: '#BE931B'

red 190 ◦ green 147 ◦ blue 27

#BE931B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BE931B

Tints of Buddha Gold #BE931B

RGB

 RED value IS 190 (74.61% from 255) = 52.2%

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 52.2%
G = 40.38%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE931B (or 0xBE931B) is known color: Buddha Gold. HEX triplet: BE, 93 and 1B. RGB value is (190,147,27). Sum of RGB (Red+Green+Blue) = 190+147+27=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE931B is #416CE4. Grayscale: #929292. Windows color (decimal): -4287717 or 1807294. OLE color: 1807294.

HSL color Cylindrical-coordinate representation of color #BE931B: hue angle of 44.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE931B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 27 -
CMYK 0 0.23 0.86 0.25
HSL 44.17º 0.75% 0.43% -
HSV(B) 44.17º 0.86% 0.75% -
XYZ 31.87 31.89 5.51 -
YUV 146.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 190 147 27 0 0.23 0.86 0.25 44.17 0.75 0.43
Hex BE 93 1B 0 17 56 19 2C 4B 2B
Octal 276 223 33 0 27 126 31 54 113 53
Binary 10111110 10010011 11011 0 10111 1010110 11001 101100 1001011 101011

Color Harmonies of #BE931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE931B

Black with #BE931B

Text Example


Text Example

White with #BE931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE931B; }

 p { color: rgb(190,147,27); }

 H1.HeaderClassName
 {
   color: #BE931B;
 }
 .AnyTagClassName
 {
   color: #BE931B;
 }
</style>

background-color css

<style>
 a { background-color: #BE931B; }

 a { background-color: rgb(190,147,27); }

 div.DivClassName
 {
   background-color: #BE931B;
 }
 .BgClassName
 {
   background-color: #BE931B;
 }
</style>

border-color css

<style>
 span { border-color: #BE931B; }

 span { border-color: rgb(190,147,27); }

 td.TdClassName
 {
   border-color: #BE931B;
 }
 .TagClassName
 {
   border-color: #BE931B;
 }
</style>