Html Css Color HEX #BF990B Buddha Gold

📋 copy color: '#BF990B'

red 191 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #BF990B

Tints of Buddha Gold #BF990B

RGB

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

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

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

R = 53.8%
G = 43.1%
B = 3.1%

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

#BF990B (or 0xBF990B) is known color: Buddha Gold. HEX triplet: BF, 99 and 0B. RGB value is (191,153,11). Sum of RGB (Red+Green+Blue) = 191+153+11=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF990B is #4066F4. Grayscale: #949494. Windows color (decimal): -4220661 or 760255. OLE color: 760255.

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

Color convert

RGB 191 153 11 -
CMYK 0 0.20 0.94 0.25
HSL 47.33º 0.89% 0.4% -
HSV(B) 47.33º 0.94% 0.75% -
XYZ 32.94 33.88 5.12 -
YUV 148.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 191 153 11 0 0.20 0.94 0.25 47.33 0.89 0.4
Hex BF 99 B 0 14 5E 19 2F 59 28
Octal 277 231 13 0 24 136 31 57 131 50
Binary 10111111 10011001 1011 0 10100 1011110 11001 101111 1011001 101000

Color Harmonies of #BF990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF990B

Black with #BF990B

Text Example


Text Example

White with #BF990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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