Html Css Color HEX #BFB58C Coriander

📋 copy color: '#BFB58C'

red 191 ◦ green 181 ◦ blue 140

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

Shades of Coriander #BFB58C

Tints of Coriander #BFB58C

RGB

 RED value IS 191 (75% from 255) = 37.3%

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 37.3%
G = 35.35%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB58C (or 0xBFB58C) is known color: Coriander. HEX triplet: BF, B5 and 8C. RGB value is (191,181,140). Sum of RGB (Red+Green+Blue) = 191+181+140=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58C is #404A73. Grayscale: #B3B3B3. Windows color (decimal): -4213364 or 9221567. OLE color: 9221567.

HSL color Cylindrical-coordinate representation of color #BFB58C: hue angle of 48.24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB58C is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 140 -
CMYK 0 0.05 0.27 0.25
HSL 48.24º 0.28% 0.65% -
HSV(B) 48.24º 0.27% 0.75% -
XYZ 42.74 46.02 31.44 -
YUV 179.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 191 181 140 0 0.05 0.27 0.25 48.24 0.28 0.65
Hex BF B5 8C 0 5 1B 19 30 1C 41
Octal 277 265 214 0 5 33 31 60 34 101
Binary 10111111 10110101 10001100 0 101 11011 11001 110000 11100 1000001

Color Harmonies of #BFB58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB58C

Black with #BFB58C

Text Example


Text Example

White with #BFB58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB58C; }

 p { color: rgb(191,181,140); }

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

background-color css

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

 a { background-color: rgb(191,181,140); }

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

border-color css

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

 span { border-color: rgb(191,181,140); }

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