Html Css Color HEX #B4911B Buddha Gold

📋 copy color: '#B4911B'

red 180 ◦ green 145 ◦ blue 27

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

Shades of Buddha Gold #B4911B

Tints of Buddha Gold #B4911B

RGB

 RED value IS 180 (70.7% from 255) = 51.14%

 GREEN value IS 145 (57.03% from 255) = 41.19%

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

R = 51.14%
G = 41.19%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4911B (or 0xB4911B) is known color: Buddha Gold. HEX triplet: B4, 91 and 1B. RGB value is (180,145,27). Sum of RGB (Red+Green+Blue) = 180+145+27=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4911B is #4B6EE4. Grayscale: #8E8E8E. Windows color (decimal): -4943589 or 1806772. OLE color: 1806772.

HSL color Cylindrical-coordinate representation of color #B4911B: hue angle of 46.27º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4911B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 27 -
CMYK 0 0.19 0.85 0.29
HSL 46.27º 0.74% 0.41% -
HSV(B) 46.27º 0.85% 0.71% -
XYZ 29.15 30.03 5.3 -
YUV 142.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 180 145 27 0 0.19 0.85 0.29 46.27 0.74 0.41
Hex B4 91 1B 0 13 55 1D 2E 4A 29
Octal 264 221 33 0 23 125 35 56 112 51
Binary 10110100 10010001 11011 0 10011 1010101 11101 101110 1001010 101001

Color Harmonies of #B4911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4911B

Black with #B4911B

Text Example


Text Example

White with #B4911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4911B; }

 p { color: rgb(180,145,27); }

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

background-color css

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

 a { background-color: rgb(180,145,27); }

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

border-color css

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

 span { border-color: rgb(180,145,27); }

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