Html Css Color HEX #B3971B Buddha Gold

📋 copy color: '#B3971B'

red 179 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #B3971B

Tints of Buddha Gold #B3971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 50.14%
G = 42.3%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3971B (or 0xB3971B) is known color: Buddha Gold. HEX triplet: B3, 97 and 1B. RGB value is (179,151,27). Sum of RGB (Red+Green+Blue) = 179+151+27=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3971B is #4C68E4. Grayscale: #919191. Windows color (decimal): -5007589 or 1808307. OLE color: 1808307.

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

Color convert

RGB 179 151 27 -
CMYK 0 0.16 0.85 0.30
HSL 48.95º 0.74% 0.4% -
HSV(B) 48.95º 0.85% 0.7% -
XYZ 29.85 31.8 5.6 -
YUV 145.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 179 151 27 0 0.16 0.85 0.30 48.95 0.74 0.4
Hex B3 97 1B 0 10 55 1E 31 4A 28
Octal 263 227 33 0 20 125 36 61 112 50
Binary 10110011 10010111 11011 0 10000 1010101 11110 110001 1001010 101000

Color Harmonies of #B3971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3971B

Black with #B3971B

Text Example


Text Example

White with #B3971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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