Html Css Color HEX #BCB483 Coriander

📋 copy color: '#BCB483'

red 188 ◦ green 180 ◦ blue 131

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

Shades of Coriander #BCB483

Tints of Coriander #BCB483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 37.68%
G = 36.07%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB483 (or 0xBCB483) is known color: Coriander. HEX triplet: BC, B4 and 83. RGB value is (188,180,131). Sum of RGB (Red+Green+Blue) = 188+180+131=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB483 is #434B7C. Grayscale: #B1B1B1. Windows color (decimal): -4410237 or 8631484. OLE color: 8631484.

HSL color Cylindrical-coordinate representation of color #BCB483: hue angle of 51.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB483 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 131 -
CMYK 0 0.04 0.30 0.26
HSL 51.58º 0.3% 0.63% -
HSV(B) 51.58º 0.3% 0.74% -
XYZ 41.16 44.97 27.98 -
YUV 176.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 188 180 131 0 0.04 0.30 0.26 51.58 0.3 0.63
Hex BC B4 83 0 4 1E 1A 34 1E 3F
Octal 274 264 203 0 4 36 32 64 36 77
Binary 10111100 10110100 10000011 0 100 11110 11010 110100 11110 111111

Color Harmonies of #BCB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB483

Black with #BCB483

Text Example


Text Example

White with #BCB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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