Html Css Color HEX #BF9A08 Buddha Gold

📋 copy color: '#BF9A08'

red 191 ◦ green 154 ◦ blue 8

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

Shades of Buddha Gold #BF9A08

Tints of Buddha Gold #BF9A08

RGB

 RED value IS 191 (75% from 255) = 54.11%

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 54.11%
G = 43.63%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF9A08 (or 0xBF9A08) is known color: Buddha Gold. HEX triplet: BF, 9A and 08. RGB value is (191,154,8). Sum of RGB (Red+Green+Blue) = 191+154+8=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A08 is #4065F7. Grayscale: #959595. Windows color (decimal): -4220408 or 563903. OLE color: 563903.

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

Color convert

RGB 191 154 8 -
CMYK 0 0.19 0.96 0.25
HSL 47.87º 0.92% 0.39% -
HSV(B) 47.87º 0.96% 0.75% -
XYZ 33.09 34.21 5.09 -
YUV 148.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 191 154 8 0 0.19 0.96 0.25 47.87 0.92 0.39
Hex BF 9A 8 0 13 60 19 30 5C 27
Octal 277 232 10 0 23 140 31 60 134 47
Binary 10111111 10011010 1000 0 10011 1100000 11001 110000 1011100 100111

Color Harmonies of #BF9A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A08

Black with #BF9A08

Text Example


Text Example

White with #BF9A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A08; }

 p { color: rgb(191,154,8); }

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

background-color css

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

 a { background-color: rgb(191,154,8); }

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

border-color css

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

 span { border-color: rgb(191,154,8); }

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