Html Css Color HEX #BF970B Buddha Gold

📋 copy color: '#BF970B'

red 191 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #BF970B

Tints of Buddha Gold #BF970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 54.11%
G = 42.78%
B = 3.12%

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

#BF970B (or 0xBF970B) is known color: Buddha Gold. HEX triplet: BF, 97 and 0B. RGB value is (191,151,11). Sum of RGB (Red+Green+Blue) = 191+151+11=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF970B is #4068F4. Grayscale: #939393. Windows color (decimal): -4221173 or 759743. OLE color: 759743.

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

Color convert

RGB 191 151 11 -
CMYK 0 0.21 0.94 0.25
HSL 46.67º 0.89% 0.4% -
HSV(B) 46.67º 0.94% 0.75% -
XYZ 32.61 33.23 5.01 -
YUV 147 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 191 151 11 0 0.21 0.94 0.25 46.67 0.89 0.4
Hex BF 97 B 0 15 5E 19 2F 59 28
Octal 277 227 13 0 25 136 31 57 131 50
Binary 10111111 10010111 1011 0 10101 1011110 11001 101111 1011001 101000

Color Harmonies of #BF970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF970B

Black with #BF970B

Text Example


Text Example

White with #BF970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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