Html Css Color HEX #BFB58F Coriander

📋 copy color: '#BFB58F'

red 191 ◦ green 181 ◦ blue 143

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

Shades of Coriander #BFB58F

Tints of Coriander #BFB58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 37.09%
G = 35.15%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB58F (or 0xBFB58F) is known color: Coriander. HEX triplet: BF, B5 and 8F. RGB value is (191,181,143). Sum of RGB (Red+Green+Blue) = 191+181+143=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58F is #404A70. Grayscale: #B3B3B3. Windows color (decimal): -4213361 or 9418175. OLE color: 9418175.

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

Color convert

RGB 191 181 143 -
CMYK 0 0.05 0.25 0.25
HSL 47.5º 0.27% 0.65% -
HSV(B) 47.5º 0.25% 0.75% -
XYZ 42.97 46.11 32.62 -
YUV 179.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 191 181 143 0 0.05 0.25 0.25 47.5 0.27 0.65
Hex BF B5 8F 0 5 19 19 30 1B 41
Octal 277 265 217 0 5 31 31 60 33 101
Binary 10111111 10110101 10001111 0 101 11001 11001 110000 11011 1000001

Color Harmonies of #BFB58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB58F

Black with #BFB58F

Text Example


Text Example

White with #BFB58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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