Html Css Color HEX #BF990C Buddha Gold

📋 copy color: '#BF990C'

red 191 ◦ green 153 ◦ blue 12

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

Shades of Buddha Gold #BF990C

Tints of Buddha Gold #BF990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 53.65%
G = 42.98%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF990C (or 0xBF990C) is known color: Buddha Gold. HEX triplet: BF, 99 and 0C. RGB value is (191,153,12). Sum of RGB (Red+Green+Blue) = 191+153+12=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF990C is #4066F3. Grayscale: #949494. Windows color (decimal): -4220660 or 825791. OLE color: 825791.

HSL color Cylindrical-coordinate representation of color #BF990C: hue angle of 47.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 #BF990C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 12 -
CMYK 0 0.20 0.94 0.25
HSL 47.26º 0.88% 0.4% -
HSV(B) 47.26º 0.94% 0.75% -
XYZ 32.94 33.89 5.15 -
YUV 148.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 191 153 12 0 0.20 0.94 0.25 47.26 0.88 0.4
Hex BF 99 C 0 14 5E 19 2F 58 28
Octal 277 231 14 0 24 136 31 57 130 50
Binary 10111111 10011001 1100 0 10100 1011110 11001 101111 1011000 101000

Color Harmonies of #BF990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF990C

Black with #BF990C

Text Example


Text Example

White with #BF990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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