Html Css Color HEX #BDB15A Gimblet

📋 copy color: '#BDB15A'

red 189 ◦ green 177 ◦ blue 90

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

Shades of Gimblet #BDB15A

Tints of Gimblet #BDB15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 41.45%
G = 38.82%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDB15A (or 0xBDB15A) is known color: Gimblet. HEX triplet: BD, B1 and 5A. RGB value is (189,177,90). Sum of RGB (Red+Green+Blue) = 189+177+90=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15A is #424EA5. Grayscale: #ABABAB. Windows color (decimal): -4345510 or 5943741. OLE color: 5943741.

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

Color convert

RGB 189 177 90 -
CMYK 0 0.06 0.52 0.26
HSL 52.73º 0.43% 0.55% -
HSV(B) 52.73º 0.52% 0.74% -
XYZ 38.55 43 15.94 -
YUV 170.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 189 177 90 0 0.06 0.52 0.26 52.73 0.43 0.55
Hex BD B1 5A 0 6 34 1A 35 2B 37
Octal 275 261 132 0 6 64 32 65 53 67
Binary 10111101 10110001 1011010 0 110 110100 11010 110101 101011 110111

Color Harmonies of #BDB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB15A

Black with #BDB15A

Text Example


Text Example

White with #BDB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB15A; }

 p { color: rgb(189,177,90); }

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

background-color css

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

 a { background-color: rgb(189,177,90); }

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

border-color css

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

 span { border-color: rgb(189,177,90); }

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