Html Css Color HEX #BFB58D Coriander

📋 copy color: '#BFB58D'

red 191 ◦ green 181 ◦ blue 141

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

Shades of Coriander #BFB58D

Tints of Coriander #BFB58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 37.23%
G = 35.28%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFB58D (or 0xBFB58D) is known color: Coriander. HEX triplet: BF, B5 and 8D. RGB value is (191,181,141). Sum of RGB (Red+Green+Blue) = 191+181+141=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58D is #404A72. Grayscale: #B3B3B3. Windows color (decimal): -4213363 or 9287103. OLE color: 9287103.

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

Color convert

RGB 191 181 141 -
CMYK 0 0.05 0.26 0.25
HSL 48º 0.28% 0.65% -
HSV(B) 48º 0.26% 0.75% -
XYZ 42.82 46.05 31.83 -
YUV 179.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 191 181 141 0 0.05 0.26 0.25 48 0.28 0.65
Hex BF B5 8D 0 5 1A 19 30 1C 41
Octal 277 265 215 0 5 32 31 60 34 101
Binary 10111111 10110101 10001101 0 101 11010 11001 110000 11100 1000001

Color Harmonies of #BFB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB58D

Black with #BFB58D

Text Example


Text Example

White with #BFB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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