Html Css Color HEX #B4911A Buddha Gold

📋 copy color: '#B4911A'

red 180 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #B4911A

Tints of Buddha Gold #B4911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 51.28%
G = 41.31%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4911A (or 0xB4911A) is known color: Buddha Gold. HEX triplet: B4, 91 and 1A. RGB value is (180,145,26). Sum of RGB (Red+Green+Blue) = 180+145+26=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4911A is #4B6EE5. Grayscale: #8E8E8E. Windows color (decimal): -4943590 or 1741236. OLE color: 1741236.

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

Color convert

RGB 180 145 26 -
CMYK 0 0.19 0.86 0.29
HSL 46.36º 0.75% 0.4% -
HSV(B) 46.36º 0.86% 0.71% -
XYZ 29.13 30.03 5.24 -
YUV 141.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 180 145 26 0 0.19 0.86 0.29 46.36 0.75 0.4
Hex B4 91 1A 0 13 56 1D 2E 4B 28
Octal 264 221 32 0 23 126 35 56 113 50
Binary 10110100 10010001 11010 0 10011 1010110 11101 101110 1001011 101000

Color Harmonies of #B4911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4911A

Black with #B4911A

Text Example


Text Example

White with #B4911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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