Html Css Color HEX #BCB46B Dark Khaki

📋 copy color: '#BCB46B'

red 188 ◦ green 180 ◦ blue 107

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

Shades of Dark Khaki #BCB46B

Tints of Dark Khaki #BCB46B

RGB

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

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

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

R = 39.58%
G = 37.89%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCB46B (or 0xBCB46B) is known color: Dark Khaki. HEX triplet: BC, B4 and 6B. RGB value is (188,180,107). Sum of RGB (Red+Green+Blue) = 188+180+107=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB46B is #434B94. Grayscale: #AEAEAE. Windows color (decimal): -4410261 or 7058620. OLE color: 7058620.

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

Color convert

RGB 188 180 107 -
CMYK 0 0.04 0.43 0.26
HSL 54.07º 0.38% 0.58% -
HSV(B) 54.07º 0.43% 0.74% -
XYZ 39.71 44.4 20.39 -
YUV 174.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 188 180 107 0 0.04 0.43 0.26 54.07 0.38 0.58
Hex BC B4 6B 0 4 2B 1A 36 26 3A
Octal 274 264 153 0 4 53 32 66 46 72
Binary 10111100 10110100 1101011 0 100 101011 11010 110110 100110 111010

Color Harmonies of #BCB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB46B

Black with #BCB46B

Text Example


Text Example

White with #BCB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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