Html Css Color HEX #BF9A11 Buddha Gold

📋 copy color: '#BF9A11'

red 191 ◦ green 154 ◦ blue 17

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

Shades of Buddha Gold #BF9A11

Tints of Buddha Gold #BF9A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 52.76%
G = 42.54%
B = 4.7%

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

#BF9A11 (or 0xBF9A11) is known color: Buddha Gold. HEX triplet: BF, 9A and 11. RGB value is (191,154,17). Sum of RGB (Red+Green+Blue) = 191+154+17=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A11 is #4065EE. Grayscale: #969696. Windows color (decimal): -4220399 or 1153727. OLE color: 1153727.

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

Color convert

RGB 191 154 17 -
CMYK 0 0.19 0.91 0.25
HSL 47.24º 0.84% 0.41% -
HSV(B) 47.24º 0.91% 0.75% -
XYZ 33.14 34.23 5.39 -
YUV 149.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 191 154 17 0 0.19 0.91 0.25 47.24 0.84 0.41
Hex BF 9A 11 0 13 5B 19 2F 54 29
Octal 277 232 21 0 23 133 31 57 124 51
Binary 10111111 10011010 10001 0 10011 1011011 11001 101111 1010100 101001

Color Harmonies of #BF9A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A11

Black with #BF9A11

Text Example


Text Example

White with #BF9A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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