Html Css Color HEX #BDB067 Gimblet

📋 copy color: '#BDB067'

red 189 ◦ green 176 ◦ blue 103

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

Shades of Gimblet #BDB067

Tints of Gimblet #BDB067

RGB

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

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

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

R = 40.38%
G = 37.61%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDB067 (or 0xBDB067) is known color: Gimblet. HEX triplet: BD, B0 and 67. RGB value is (189,176,103). Sum of RGB (Red+Green+Blue) = 189+176+103=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB067 is #424F98. Grayscale: #ABABAB. Windows color (decimal): -4345753 or 6795453. OLE color: 6795453.

HSL color Cylindrical-coordinate representation of color #BDB067: hue angle of 50.93º 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 #BDB067 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 103 -
CMYK 0 0.07 0.46 0.26
HSL 50.93º 0.39% 0.57% -
HSV(B) 50.93º 0.46% 0.74% -
XYZ 38.96 42.85 19.05 -
YUV 171.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 189 176 103 0 0.07 0.46 0.26 50.93 0.39 0.57
Hex BD B0 67 0 7 2E 1A 33 27 39
Octal 275 260 147 0 7 56 32 63 47 71
Binary 10111101 10110000 1100111 0 111 101110 11010 110011 100111 111001

Color Harmonies of #BDB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB067

Black with #BDB067

Text Example


Text Example

White with #BDB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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