Html Css Color HEX #B3931B Buddha Gold

📋 copy color: '#B3931B'

red 179 ◦ green 147 ◦ blue 27

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

Shades of Buddha Gold #B3931B

Tints of Buddha Gold #B3931B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 50.71%
G = 41.64%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3931B (or 0xB3931B) is known color: Buddha Gold. HEX triplet: B3, 93 and 1B. RGB value is (179,147,27). Sum of RGB (Red+Green+Blue) = 179+147+27=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3931B is #4C6CE4. Grayscale: #8F8F8F. Windows color (decimal): -5008613 or 1807283. OLE color: 1807283.

HSL color Cylindrical-coordinate representation of color #B3931B: hue angle of 47.37º 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 #B3931B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 27 -
CMYK 0 0.18 0.85 0.30
HSL 47.37º 0.74% 0.4% -
HSV(B) 47.37º 0.85% 0.7% -
XYZ 29.22 30.53 5.39 -
YUV 142.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 179 147 27 0 0.18 0.85 0.30 47.37 0.74 0.4
Hex B3 93 1B 0 12 55 1E 2F 4A 28
Octal 263 223 33 0 22 125 36 57 112 50
Binary 10110011 10010011 11011 0 10010 1010101 11110 101111 1001010 101000

Color Harmonies of #B3931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3931B

Black with #B3931B

Text Example


Text Example

White with #B3931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3931B; }

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

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

background-color css

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

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

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

border-color css

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

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

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