Html Css Color HEX #BF960B Buddha Gold

📋 copy color: '#BF960B'

red 191 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #BF960B

Tints of Buddha Gold #BF960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 54.26%
G = 42.61%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF960B (or 0xBF960B) is known color: Buddha Gold. HEX triplet: BF, 96 and 0B. RGB value is (191,150,11). Sum of RGB (Red+Green+Blue) = 191+150+11=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF960B is #4069F4. Grayscale: #939393. Windows color (decimal): -4221429 or 759487. OLE color: 759487.

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

Color convert

RGB 191 150 11 -
CMYK 0 0.21 0.94 0.25
HSL 46.33º 0.89% 0.4% -
HSV(B) 46.33º 0.94% 0.75% -
XYZ 32.45 32.91 4.96 -
YUV 146.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 191 150 11 0 0.21 0.94 0.25 46.33 0.89 0.4
Hex BF 96 B 0 15 5E 19 2E 59 28
Octal 277 226 13 0 25 136 31 56 131 50
Binary 10111111 10010110 1011 0 10101 1011110 11001 101110 1011001 101000

Color Harmonies of #BF960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF960B

Black with #BF960B

Text Example


Text Example

White with #BF960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF960B; }

 p { color: rgb(191,150,11); }

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

background-color css

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

 a { background-color: rgb(191,150,11); }

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

border-color css

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

 span { border-color: rgb(191,150,11); }

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