Html Css Color HEX #BF970A Buddha Gold

📋 copy color: '#BF970A'

red 191 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #BF970A

Tints of Buddha Gold #BF970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 54.26%
G = 42.9%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF970A (or 0xBF970A) is known color: Buddha Gold. HEX triplet: BF, 97 and 0A. RGB value is (191,151,10). Sum of RGB (Red+Green+Blue) = 191+151+10=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF970A is #4068F5. Grayscale: #939393. Windows color (decimal): -4221174 or 694207. OLE color: 694207.

HSL color Cylindrical-coordinate representation of color #BF970A: hue angle of 46.74º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF970A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 151 10 -
CMYK 0 0.21 0.95 0.25
HSL 46.74º 0.9% 0.39% -
HSV(B) 46.74º 0.95% 0.75% -
XYZ 32.61 33.23 4.98 -
YUV 146.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 191 151 10 0 0.21 0.95 0.25 46.74 0.9 0.39
Hex BF 97 A 0 15 5F 19 2F 5A 27
Octal 277 227 12 0 25 137 31 57 132 47
Binary 10111111 10010111 1010 0 10101 1011111 11001 101111 1011010 100111

Color Harmonies of #BF970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF970A

Black with #BF970A

Text Example


Text Example

White with #BF970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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