Html Css Color HEX #BF971A Buddha Gold

📋 copy color: '#BF971A'

red 191 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #BF971A

Tints of Buddha Gold #BF971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 51.9%
G = 41.03%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF971A (or 0xBF971A) is known color: Buddha Gold. HEX triplet: BF, 97 and 1A. RGB value is (191,151,26). Sum of RGB (Red+Green+Blue) = 191+151+26=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF971A is #4068E5. Grayscale: #959595. Windows color (decimal): -4221158 or 1742783. OLE color: 1742783.

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

Color convert

RGB 191 151 26 -
CMYK 0 0.21 0.86 0.25
HSL 45.45º 0.76% 0.43% -
HSV(B) 45.45º 0.86% 0.75% -
XYZ 32.74 33.28 5.68 -
YUV 148.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 191 151 26 0 0.21 0.86 0.25 45.45 0.76 0.43
Hex BF 97 1A 0 15 56 19 2D 4C 2B
Octal 277 227 32 0 25 126 31 55 114 53
Binary 10111111 10010111 11010 0 10101 1010110 11001 101101 1001100 101011

Color Harmonies of #BF971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF971A

Black with #BF971A

Text Example


Text Example

White with #BF971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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