Html Css Color HEX #BDB46B Dark Khaki

📋 copy color: '#BDB46B'

red 189 ◦ green 180 ◦ blue 107

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

Shades of Dark Khaki #BDB46B

Tints of Dark Khaki #BDB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.82%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 39.71%
G = 37.82%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDB46B (or 0xBDB46B) is known color: Dark Khaki. HEX triplet: BD, B4 and 6B. RGB value is (189,180,107). Sum of RGB (Red+Green+Blue) = 189+180+107=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB46B is #424B94. Grayscale: #AEAEAE. Windows color (decimal): -4344725 or 7058621. OLE color: 7058621.

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

Color convert

RGB 189 180 107 -
CMYK 0 0.05 0.43 0.26
HSL 53.41º 0.38% 0.58% -
HSV(B) 53.41º 0.43% 0.74% -
XYZ 39.96 44.52 20.4 -
YUV 174.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 189 180 107 0 0.05 0.43 0.26 53.41 0.38 0.58
Hex BD B4 6B 0 5 2B 1A 35 26 3A
Octal 275 264 153 0 5 53 32 65 46 72
Binary 10111101 10110100 1101011 0 101 101011 11010 110101 100110 111010

Color Harmonies of #BDB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB46B

Black with #BDB46B

Text Example


Text Example

White with #BDB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB46B; }

 p { color: rgb(189,180,107); }

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

background-color css

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

 a { background-color: rgb(189,180,107); }

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

border-color css

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

 span { border-color: rgb(189,180,107); }

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