Html Css Color HEX #BF9A06 Buddha Gold

📋 copy color: '#BF9A06'

red 191 ◦ green 154 ◦ blue 6

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

Shades of Buddha Gold #BF9A06

Tints of Buddha Gold #BF9A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 54.42%
G = 43.87%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF9A06 (or 0xBF9A06) is known color: Buddha Gold. HEX triplet: BF, 9A and 06. RGB value is (191,154,6). Sum of RGB (Red+Green+Blue) = 191+154+6=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A06 is #4065F9. Grayscale: #949494. Windows color (decimal): -4220410 or 432831. OLE color: 432831.

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

Color convert

RGB 191 154 6 -
CMYK 0 0.19 0.97 0.25
HSL 48º 0.94% 0.39% -
HSV(B) 48º 0.97% 0.75% -
XYZ 33.07 34.2 5.03 -
YUV 148.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 191 154 6 0 0.19 0.97 0.25 48 0.94 0.39
Hex BF 9A 6 0 13 61 19 30 5E 27
Octal 277 232 6 0 23 141 31 60 136 47
Binary 10111111 10011010 110 0 10011 1100001 11001 110000 1011110 100111

Color Harmonies of #BF9A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A06

Black with #BF9A06

Text Example


Text Example

White with #BF9A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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