Html Css Color HEX #BE9C0B Buddha Gold

📋 copy color: '#BE9C0B'

red 190 ◦ green 156 ◦ blue 11

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

Shades of Buddha Gold #BE9C0B

Tints of Buddha Gold #BE9C0B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.7%

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 53.22%
G = 43.7%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE9C0B (or 0xBE9C0B) is known color: Buddha Gold. HEX triplet: BE, 9C and 0B. RGB value is (190,156,11). Sum of RGB (Red+Green+Blue) = 190+156+11=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C0B is #4163F4. Grayscale: #969696. Windows color (decimal): -4285429 or 761022. OLE color: 761022.

HSL color Cylindrical-coordinate representation of color #BE9C0B: hue angle of 48.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE9C0B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 11 -
CMYK 0 0.18 0.94 0.25
HSL 48.6º 0.89% 0.39% -
HSV(B) 48.6º 0.94% 0.75% -
XYZ 33.18 34.75 5.27 -
YUV 149.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 190 156 11 0 0.18 0.94 0.25 48.6 0.89 0.39
Hex BE 9C B 0 12 5E 19 31 59 27
Octal 276 234 13 0 22 136 31 61 131 47
Binary 10111110 10011100 1011 0 10010 1011110 11001 110001 1011001 100111

Color Harmonies of #BE9C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C0B

Black with #BE9C0B

Text Example


Text Example

White with #BE9C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C0B; }

 p { color: rgb(190,156,11); }

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

background-color css

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

 a { background-color: rgb(190,156,11); }

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

border-color css

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

 span { border-color: rgb(190,156,11); }

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