Html Css Color HEX #BDAB67 Gimblet

📋 copy color: '#BDAB67'

red 189 ◦ green 171 ◦ blue 103

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

Shades of Gimblet #BDAB67

Tints of Gimblet #BDAB67

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 103 (40.63% from 255) = 22.25%

R = 40.82%
G = 36.93%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDAB67 (or 0xBDAB67) is known color: Gimblet. HEX triplet: BD, AB and 67. RGB value is (189,171,103). Sum of RGB (Red+Green+Blue) = 189+171+103=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB67 is #425498. Grayscale: #A8A8A8. Windows color (decimal): -4347033 or 6794173. OLE color: 6794173.

HSL color Cylindrical-coordinate representation of color #BDAB67: hue angle of 47.44º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDAB67 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 103 -
CMYK 0 0.10 0.46 0.26
HSL 47.44º 0.39% 0.57% -
HSV(B) 47.44º 0.46% 0.74% -
XYZ 38 40.92 18.73 -
YUV 168.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 189 171 103 0 0.10 0.46 0.26 47.44 0.39 0.57
Hex BD AB 67 0 A 2E 1A 2F 27 39
Octal 275 253 147 0 12 56 32 57 47 71
Binary 10111101 10101011 1100111 0 1010 101110 11010 101111 100111 111001

Color Harmonies of #BDAB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB67

Black with #BDAB67

Text Example


Text Example

White with #BDAB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB67; }

 p { color: rgb(189,171,103); }

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

background-color css

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

 a { background-color: rgb(189,171,103); }

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

border-color css

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

 span { border-color: rgb(189,171,103); }

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