Html Css Color HEX #BF9512 Buddha Gold

📋 copy color: '#BF9512'

red 191 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #BF9512

Tints of Buddha Gold #BF9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

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

R = 53.35%
G = 41.62%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF9512 (or 0xBF9512) is known color: Buddha Gold. HEX triplet: BF, 95 and 12. RGB value is (191,149,18). Sum of RGB (Red+Green+Blue) = 191+149+18=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9512 is #406AED. Grayscale: #939393. Windows color (decimal): -4221678 or 1217983. OLE color: 1217983.

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

Color convert

RGB 191 149 18 -
CMYK 0 0.22 0.91 0.25
HSL 45.43º 0.83% 0.41% -
HSV(B) 45.43º 0.91% 0.75% -
XYZ 32.34 32.61 5.16 -
YUV 146.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 191 149 18 0 0.22 0.91 0.25 45.43 0.83 0.41
Hex BF 95 12 0 16 5B 19 2D 53 29
Octal 277 225 22 0 26 133 31 55 123 51
Binary 10111111 10010101 10010 0 10110 1011011 11001 101101 1010011 101001

Color Harmonies of #BF9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9512

Black with #BF9512

Text Example


Text Example

White with #BF9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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