Html Css Color HEX #BDB258 Gimblet

📋 copy color: '#BDB258'

red 189 ◦ green 178 ◦ blue 88

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

Shades of Gimblet #BDB258

Tints of Gimblet #BDB258

RGB

 RED value IS 189 (74.22% from 255) = 41.54%

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

 BLUE value IS 88 (34.77% from 255) = 19.34%

R = 41.54%
G = 39.12%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BDB258 (or 0xBDB258) is known color: Gimblet. HEX triplet: BD, B2 and 58. RGB value is (189,178,88). Sum of RGB (Red+Green+Blue) = 189+178+88=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB258 is #424DA7. Grayscale: #ABABAB. Windows color (decimal): -4345256 or 5812925. OLE color: 5812925.

HSL color Cylindrical-coordinate representation of color #BDB258: hue angle of 53.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB258 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 88 -
CMYK 0 0.06 0.53 0.26
HSL 53.47º 0.43% 0.54% -
HSV(B) 53.47º 0.53% 0.74% -
XYZ 38.67 43.36 15.56 -
YUV 171.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 189 178 88 0 0.06 0.53 0.26 53.47 0.43 0.54
Hex BD B2 58 0 6 35 1A 35 2B 36
Octal 275 262 130 0 6 65 32 65 53 66
Binary 10111101 10110010 1011000 0 110 110101 11010 110101 101011 110110

Color Harmonies of #BDB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB258

Black with #BDB258

Text Example


Text Example

White with #BDB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB258; }

 p { color: rgb(189,178,88); }

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

background-color css

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

 a { background-color: rgb(189,178,88); }

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

border-color css

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

 span { border-color: rgb(189,178,88); }

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