Html Css Color HEX #B8B05D Gimblet

📋 copy color: '#B8B05D'

red 184 ◦ green 176 ◦ blue 93

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

Shades of Gimblet #B8B05D

Tints of Gimblet #B8B05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

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

R = 40.62%
G = 38.85%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8B05D (or 0xB8B05D) is known color: Gimblet. HEX triplet: B8, B0 and 5D. RGB value is (184,176,93). Sum of RGB (Red+Green+Blue) = 184+176+93=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B05D is #474FA2. Grayscale: #A9A9A9. Windows color (decimal): -4673443 or 6140088. OLE color: 6140088.

HSL color Cylindrical-coordinate representation of color #B8B05D: hue angle of 54.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8B05D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 93 -
CMYK 0 0.04 0.49 0.28
HSL 54.73º 0.39% 0.54% -
HSV(B) 54.73º 0.49% 0.72% -
XYZ 37.27 42.03 16.5 -
YUV 168.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 184 176 93 0 0.04 0.49 0.28 54.73 0.39 0.54
Hex B8 B0 5D 0 4 31 1C 37 27 36
Octal 270 260 135 0 4 61 34 67 47 66
Binary 10111000 10110000 1011101 0 100 110001 11100 110111 100111 110110

Color Harmonies of #B8B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B05D

Black with #B8B05D

Text Example


Text Example

White with #B8B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B05D; }

 p { color: rgb(184,176,93); }

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

background-color css

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

 a { background-color: rgb(184,176,93); }

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

border-color css

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

 span { border-color: rgb(184,176,93); }

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