Html Css Color HEX #B3971C Buddha Gold

📋 copy color: '#B3971C'

red 179 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #B3971C

Tints of Buddha Gold #B3971C

RGB

 RED value IS 179 (70.31% from 255) = 50%

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

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 50%
G = 42.18%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3971C (or 0xB3971C) is known color: Buddha Gold. HEX triplet: B3, 97 and 1C. RGB value is (179,151,28). Sum of RGB (Red+Green+Blue) = 179+151+28=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3971C is #4C68E3. Grayscale: #919191. Windows color (decimal): -5007588 or 1873843. OLE color: 1873843.

HSL color Cylindrical-coordinate representation of color #B3971C: hue angle of 48.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3971C is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 28 -
CMYK 0 0.16 0.84 0.30
HSL 48.87º 0.73% 0.41% -
HSV(B) 48.87º 0.84% 0.7% -
XYZ 29.87 31.8 5.66 -
YUV 145.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 179 151 28 0 0.16 0.84 0.30 48.87 0.73 0.41
Hex B3 97 1C 0 10 54 1E 31 49 29
Octal 263 227 34 0 20 124 36 61 111 51
Binary 10110011 10010111 11100 0 10000 1010100 11110 110001 1001001 101001

Color Harmonies of #B3971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3971C

Black with #B3971C

Text Example


Text Example

White with #B3971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3971C; }

 p { color: rgb(179,151,28); }

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

background-color css

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

 a { background-color: rgb(179,151,28); }

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

border-color css

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

 span { border-color: rgb(179,151,28); }

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