Html Css Color HEX #BF9C12 Buddha Gold

📋 copy color: '#BF9C12'

red 191 ◦ green 156 ◦ blue 18

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

Shades of Buddha Gold #BF9C12

Tints of Buddha Gold #BF9C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 52.33%
G = 42.74%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF9C12 (or 0xBF9C12) is known color: Buddha Gold. HEX triplet: BF, 9C and 12. RGB value is (191,156,18). Sum of RGB (Red+Green+Blue) = 191+156+18=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C12 is #4063ED. Grayscale: #979797. Windows color (decimal): -4219886 or 1219775. OLE color: 1219775.

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

Color convert

RGB 191 156 18 -
CMYK 0 0.18 0.91 0.25
HSL 47.86º 0.83% 0.41% -
HSV(B) 47.86º 0.91% 0.75% -
XYZ 33.48 34.9 5.54 -
YUV 150.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 191 156 18 0 0.18 0.91 0.25 47.86 0.83 0.41
Hex BF 9C 12 0 12 5B 19 30 53 29
Octal 277 234 22 0 22 133 31 60 123 51
Binary 10111111 10011100 10010 0 10010 1011011 11001 110000 1010011 101001

Color Harmonies of #BF9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C12

Black with #BF9C12

Text Example


Text Example

White with #BF9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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