Html Css Color HEX #C4BC8B Coriander

📋 copy color: '#C4BC8B'

red 196 ◦ green 188 ◦ blue 139

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

Shades of Coriander #C4BC8B

Tints of Coriander #C4BC8B

RGB

 RED value IS 196 (76.95% from 255) = 37.48%

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 37.48%
G = 35.95%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4BC8B (or 0xC4BC8B) is known color: Coriander. HEX triplet: C4, BC and 8B. RGB value is (196,188,139). Sum of RGB (Red+Green+Blue) = 196+188+139=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC8B is #3B4374. Grayscale: #B9B9B9. Windows color (decimal): -3883893 or 9157828. OLE color: 9157828.

HSL color Cylindrical-coordinate representation of color #C4BC8B: hue angle of 51.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4BC8B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 139 -
CMYK 0 0.04 0.29 0.23
HSL 51.58º 0.33% 0.66% -
HSV(B) 51.58º 0.29% 0.77% -
XYZ 45.41 49.57 31.6 -
YUV 184.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 196 188 139 0 0.04 0.29 0.23 51.58 0.33 0.66
Hex C4 BC 8B 0 4 1D 17 34 21 42
Octal 304 274 213 0 4 35 27 64 41 102
Binary 11000100 10111100 10001011 0 100 11101 10111 110100 100001 1000010

Color Harmonies of #C4BC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC8B

Black with #C4BC8B

Text Example


Text Example

White with #C4BC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC8B; }

 p { color: rgb(196,188,139); }

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

background-color css

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

 a { background-color: rgb(196,188,139); }

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

border-color css

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

 span { border-color: rgb(196,188,139); }

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