Html Css Color HEX #BCB665 Dark Khaki

📋 copy color: '#BCB665'

red 188 ◦ green 182 ◦ blue 101

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

Shades of Dark Khaki #BCB665

Tints of Dark Khaki #BCB665

RGB

 RED value IS 188 (73.83% from 255) = 39.92%

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 39.92%
G = 38.64%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB665 (or 0xBCB665) is known color: Dark Khaki. HEX triplet: BC, B6 and 65. RGB value is (188,182,101). Sum of RGB (Red+Green+Blue) = 188+182+101=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB665 is #43499A. Grayscale: #AEAEAE. Windows color (decimal): -4409755 or 6665916. OLE color: 6665916.

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

Color convert

RGB 188 182 101 -
CMYK 0 0.03 0.46 0.26
HSL 55.86º 0.39% 0.57% -
HSV(B) 55.86º 0.46% 0.74% -
XYZ 39.82 45.09 18.92 -
YUV 174.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 188 182 101 0 0.03 0.46 0.26 55.86 0.39 0.57
Hex BC B6 65 0 3 2E 1A 38 27 39
Octal 274 266 145 0 3 56 32 70 47 71
Binary 10111100 10110110 1100101 0 11 101110 11010 111000 100111 111001

Color Harmonies of #BCB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB665

Black with #BCB665

Text Example


Text Example

White with #BCB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB665; }

 p { color: rgb(188,182,101); }

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

background-color css

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

 a { background-color: rgb(188,182,101); }

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

border-color css

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

 span { border-color: rgb(188,182,101); }

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