Html Css Color HEX #BBA11D Buddha Gold

📋 copy color: '#BBA11D'

red 187 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #BBA11D

Tints of Buddha Gold #BBA11D

RGB

 RED value IS 187 (73.44% from 255) = 49.6%

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 49.6%
G = 42.71%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA11D (or 0xBBA11D) is known color: Buddha Gold. HEX triplet: BB, A1 and 1D. RGB value is (187,161,29). Sum of RGB (Red+Green+Blue) = 187+161+29=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA11D is #445EE2. Grayscale: #9A9A9A. Windows color (decimal): -4480739 or 1941947. OLE color: 1941947.

HSL color Cylindrical-coordinate representation of color #BBA11D: hue angle of 50.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA11D is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 29 -
CMYK 0 0.14 0.84 0.27
HSL 50.13º 0.73% 0.42% -
HSV(B) 50.13º 0.84% 0.73% -
XYZ 33.46 36.14 6.38 -
YUV 153.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 187 161 29 0 0.14 0.84 0.27 50.13 0.73 0.42
Hex BB A1 1D 0 E 54 1B 32 49 2A
Octal 273 241 35 0 16 124 33 62 111 52
Binary 10111011 10100001 11101 0 1110 1010100 11011 110010 1001001 101010

Color Harmonies of #BBA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA11D

Black with #BBA11D

Text Example


Text Example

White with #BBA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA11D; }

 p { color: rgb(187,161,29); }

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

background-color css

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

 a { background-color: rgb(187,161,29); }

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

border-color css

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

 span { border-color: rgb(187,161,29); }

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