Html Css Color HEX #B3921B Buddha Gold

📋 copy color: '#B3921B'

red 179 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #B3921B

Tints of Buddha Gold #B3921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 50.85%
G = 41.48%
B = 7.67%

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

#B3921B (or 0xB3921B) is known color: Buddha Gold. HEX triplet: B3, 92 and 1B. RGB value is (179,146,27). Sum of RGB (Red+Green+Blue) = 179+146+27=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3921B is #4C6DE4. Grayscale: #8E8E8E. Windows color (decimal): -5008869 or 1807027. OLE color: 1807027.

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

Color convert

RGB 179 146 27 -
CMYK 0 0.18 0.85 0.30
HSL 46.97º 0.74% 0.4% -
HSV(B) 46.97º 0.85% 0.7% -
XYZ 29.07 30.22 5.34 -
YUV 142.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 179 146 27 0 0.18 0.85 0.30 46.97 0.74 0.4
Hex B3 92 1B 0 12 55 1E 2F 4A 28
Octal 263 222 33 0 22 125 36 57 112 50
Binary 10110011 10010010 11011 0 10010 1010101 11110 101111 1001010 101000

Color Harmonies of #B3921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3921B

Black with #B3921B

Text Example


Text Example

White with #B3921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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