Html Css Color HEX #BF960C Buddha Gold

📋 copy color: '#BF960C'

red 191 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #BF960C

Tints of Buddha Gold #BF960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 54.11%
G = 42.49%
B = 3.4%

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

#BF960C (or 0xBF960C) is known color: Buddha Gold. HEX triplet: BF, 96 and 0C. RGB value is (191,150,12). Sum of RGB (Red+Green+Blue) = 191+150+12=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF960C is #4069F3. Grayscale: #939393. Windows color (decimal): -4221428 or 825023. OLE color: 825023.

HSL color Cylindrical-coordinate representation of color #BF960C: hue angle of 46.26º degrees, saturation: 0.88, 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 #BF960C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 12 -
CMYK 0 0.21 0.94 0.25
HSL 46.26º 0.88% 0.4% -
HSV(B) 46.26º 0.94% 0.75% -
XYZ 32.46 32.92 4.99 -
YUV 146.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 191 150 12 0 0.21 0.94 0.25 46.26 0.88 0.4
Hex BF 96 C 0 15 5E 19 2E 58 28
Octal 277 226 14 0 25 136 31 56 130 50
Binary 10111111 10010110 1100 0 10101 1011110 11001 101110 1011000 101000

Color Harmonies of #BF960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF960C

Black with #BF960C

Text Example


Text Example

White with #BF960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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