Html Css Color HEX #BF9A12 Buddha Gold

📋 copy color: '#BF9A12'

red 191 ◦ green 154 ◦ blue 18

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

Shades of Buddha Gold #BF9A12

Tints of Buddha Gold #BF9A12

RGB

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

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

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

R = 52.62%
G = 42.42%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF9A12 (or 0xBF9A12) is known color: Buddha Gold. HEX triplet: BF, 9A and 12. RGB value is (191,154,18). Sum of RGB (Red+Green+Blue) = 191+154+18=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A12 is #4065ED. Grayscale: #969696. Windows color (decimal): -4220398 or 1219263. OLE color: 1219263.

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

Color convert

RGB 191 154 18 -
CMYK 0 0.19 0.91 0.25
HSL 47.17º 0.83% 0.41% -
HSV(B) 47.17º 0.91% 0.75% -
XYZ 33.15 34.23 5.43 -
YUV 149.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 191 154 18 0 0.19 0.91 0.25 47.17 0.83 0.41
Hex BF 9A 12 0 13 5B 19 2F 53 29
Octal 277 232 22 0 23 133 31 57 123 51
Binary 10111111 10011010 10010 0 10011 1011011 11001 101111 1010011 101001

Color Harmonies of #BF9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A12

Black with #BF9A12

Text Example


Text Example

White with #BF9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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