Html Css Color HEX #BBB25D Gimblet

📋 copy color: '#BBB25D'

red 187 ◦ green 178 ◦ blue 93

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

Shades of Gimblet #BBB25D

Tints of Gimblet #BBB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 93 (36.72% from 255) = 20.31%

R = 40.83%
G = 38.86%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBB25D (or 0xBBB25D) is known color: Gimblet. HEX triplet: BB, B2 and 5D. RGB value is (187,178,93). Sum of RGB (Red+Green+Blue) = 187+178+93=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB25D is #444DA2. Grayscale: #ABABAB. Windows color (decimal): -4476323 or 6140603. OLE color: 6140603.

HSL color Cylindrical-coordinate representation of color #BBB25D: hue angle of 54.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBB25D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 93 -
CMYK 0 0.05 0.50 0.27
HSL 54.26º 0.41% 0.55% -
HSV(B) 54.26º 0.5% 0.73% -
XYZ 38.39 43.2 16.67 -
YUV 171 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 187 178 93 0 0.05 0.50 0.27 54.26 0.41 0.55
Hex BB B2 5D 0 5 32 1B 36 29 37
Octal 273 262 135 0 5 62 33 66 51 67
Binary 10111011 10110010 1011101 0 101 110010 11011 110110 101001 110111

Color Harmonies of #BBB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB25D

Black with #BBB25D

Text Example


Text Example

White with #BBB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB25D; }

 p { color: rgb(187,178,93); }

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

background-color css

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

 a { background-color: rgb(187,178,93); }

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

border-color css

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

 span { border-color: rgb(187,178,93); }

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