Html Css Color HEX #B8B262 Gimblet

📋 copy color: '#B8B262'

red 184 ◦ green 178 ◦ blue 98

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

Shades of Gimblet #B8B262

Tints of Gimblet #B8B262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.3%

R = 40%
G = 38.7%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B8B262 (or 0xB8B262) is known color: Gimblet. HEX triplet: B8, B2 and 62. RGB value is (184,178,98). Sum of RGB (Red+Green+Blue) = 184+178+98=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B262 is #474D9D. Grayscale: #ABABAB. Windows color (decimal): -4672926 or 6468280. OLE color: 6468280.

HSL color Cylindrical-coordinate representation of color #B8B262: hue angle of 55.81º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8B262 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 178 98 -
CMYK 0 0.03 0.47 0.28
HSL 55.81º 0.38% 0.55% -
HSV(B) 55.81º 0.47% 0.72% -
XYZ 37.89 42.91 17.84 -
YUV 170.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 184 178 98 0 0.03 0.47 0.28 55.81 0.38 0.55
Hex B8 B2 62 0 3 2F 1C 38 26 37
Octal 270 262 142 0 3 57 34 70 46 67
Binary 10111000 10110010 1100010 0 11 101111 11100 111000 100110 110111

Color Harmonies of #B8B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B262

Black with #B8B262

Text Example


Text Example

White with #B8B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B262; }

 p { color: rgb(184,178,98); }

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

background-color css

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

 a { background-color: rgb(184,178,98); }

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

border-color css

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

 span { border-color: rgb(184,178,98); }

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