Html Css Color HEX #B8A11B Buddha Gold

📋 copy color: '#B8A11B'

red 184 ◦ green 161 ◦ blue 27

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

Shades of Buddha Gold #B8A11B

Tints of Buddha Gold #B8A11B

RGB

 RED value IS 184 (72.27% from 255) = 49.46%

 GREEN value IS 161 (63.28% from 255) = 43.28%

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

R = 49.46%
G = 43.28%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8A11B (or 0xB8A11B) is known color: Buddha Gold. HEX triplet: B8, A1 and 1B. RGB value is (184,161,27). Sum of RGB (Red+Green+Blue) = 184+161+27=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A11B is #475EE4. Grayscale: #999999. Windows color (decimal): -4677349 or 1810872. OLE color: 1810872.

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

Color convert

RGB 184 161 27 -
CMYK 0 0.12 0.85 0.28
HSL 51.21º 0.74% 0.41% -
HSV(B) 51.21º 0.85% 0.72% -
XYZ 32.71 35.76 6.22 -
YUV 152.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 184 161 27 0 0.12 0.85 0.28 51.21 0.74 0.41
Hex B8 A1 1B 0 C 55 1C 33 4A 29
Octal 270 241 33 0 14 125 34 63 112 51
Binary 10111000 10100001 11011 0 1100 1010101 11100 110011 1001010 101001

Color Harmonies of #B8A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A11B

Black with #B8A11B

Text Example


Text Example

White with #B8A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A11B; }

 p { color: rgb(184,161,27); }

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

background-color css

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

 a { background-color: rgb(184,161,27); }

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

border-color css

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

 span { border-color: rgb(184,161,27); }

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