Html Css Color HEX #BF9C06 Buddha Gold

📋 copy color: '#BF9C06'

red 191 ◦ green 156 ◦ blue 6

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

Shades of Buddha Gold #BF9C06

Tints of Buddha Gold #BF9C06

RGB

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

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

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

R = 54.11%
G = 44.19%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF9C06 (or 0xBF9C06) is known color: Buddha Gold. HEX triplet: BF, 9C and 06. RGB value is (191,156,6). Sum of RGB (Red+Green+Blue) = 191+156+6=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C06 is #4063F9. Grayscale: #959595. Windows color (decimal): -4219898 or 433343. OLE color: 433343.

HSL color Cylindrical-coordinate representation of color #BF9C06: hue angle of 48.65º 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 #BF9C06 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 6 -
CMYK 0 0.18 0.97 0.25
HSL 48.65º 0.94% 0.39% -
HSV(B) 48.65º 0.97% 0.75% -
XYZ 33.41 34.87 5.14 -
YUV 149.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 191 156 6 0 0.18 0.97 0.25 48.65 0.94 0.39
Hex BF 9C 6 0 12 61 19 31 5E 27
Octal 277 234 6 0 22 141 31 61 136 47
Binary 10111111 10011100 110 0 10010 1100001 11001 110001 1011110 100111

Color Harmonies of #BF9C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C06

Black with #BF9C06

Text Example


Text Example

White with #BF9C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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