Html Css Color HEX #BF980B Buddha Gold

📋 copy color: '#BF980B'

red 191 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #BF980B

Tints of Buddha Gold #BF980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 53.95%
G = 42.94%
B = 3.11%

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

#BF980B (or 0xBF980B) is known color: Buddha Gold. HEX triplet: BF, 98 and 0B. RGB value is (191,152,11). Sum of RGB (Red+Green+Blue) = 191+152+11=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF980B is #4067F4. Grayscale: #949494. Windows color (decimal): -4220917 or 759999. OLE color: 759999.

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

Color convert

RGB 191 152 11 -
CMYK 0 0.20 0.94 0.25
HSL 47º 0.89% 0.4% -
HSV(B) 47º 0.94% 0.75% -
XYZ 32.77 33.56 5.07 -
YUV 147.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 191 152 11 0 0.20 0.94 0.25 47 0.89 0.4
Hex BF 98 B 0 14 5E 19 2F 59 28
Octal 277 230 13 0 24 136 31 57 131 50
Binary 10111111 10011000 1011 0 10100 1011110 11001 101111 1011001 101000

Color Harmonies of #BF980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF980B

Black with #BF980B

Text Example


Text Example

White with #BF980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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