Html Css Color HEX #BB911D Buddha Gold

📋 copy color: '#BB911D'

red 187 ◦ green 145 ◦ blue 29

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

Shades of Buddha Gold #BB911D

Tints of Buddha Gold #BB911D

RGB

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

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

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

R = 51.8%
G = 40.17%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB911D (or 0xBB911D) is known color: Buddha Gold. HEX triplet: BB, 91 and 1D. RGB value is (187,145,29). Sum of RGB (Red+Green+Blue) = 187+145+29=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB911D is #446EE2. Grayscale: #909090. Windows color (decimal): -4484835 or 1937851. OLE color: 1937851.

HSL color Cylindrical-coordinate representation of color #BB911D: hue angle of 44.05º 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 #BB911D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 145 29 -
CMYK 0 0.22 0.84 0.27
HSL 44.05º 0.73% 0.42% -
HSV(B) 44.05º 0.84% 0.73% -
XYZ 30.84 30.9 5.5 -
YUV 144.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 187 145 29 0 0.22 0.84 0.27 44.05 0.73 0.42
Hex BB 91 1D 0 16 54 1B 2C 49 2A
Octal 273 221 35 0 26 124 33 54 111 52
Binary 10111011 10010001 11101 0 10110 1010100 11011 101100 1001001 101010

Color Harmonies of #BB911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB911D

Black with #BB911D

Text Example


Text Example

White with #BB911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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