Html Css Color HEX #BFCF88 Deco

📋 copy color: '#BFCF88'

red 191 ◦ green 207 ◦ blue 136

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

Shades of Deco #BFCF88

Tints of Deco #BFCF88

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

 BLUE value IS 136 (53.52% from 255) = 25.47%

R = 35.77%
G = 38.76%
B = 25.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#BFCF88 (or 0xBFCF88) is known color: Deco. HEX triplet: BF, CF and 88. RGB value is (191,207,136). Sum of RGB (Red+Green+Blue) = 191+207+136=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF88 is #403077. Grayscale: #C2C2C2. Windows color (decimal): -4206712 or 8966079. OLE color: 8966079.

HSL color Cylindrical-coordinate representation of color #BFCF88: hue angle of 73.52º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCF88 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 136 -
CMYK 0.08 0 0.34 0.19
HSL 73.52º 0.43% 0.67% -
HSV(B) 73.52º 0.34% 0.81% -
XYZ 48.24 57.48 31.84 -
YUV 194.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 191 207 136 0.08 0 0.34 0.19 73.52 0.43 0.67
Hex BF CF 88 8 0 22 13 4A 2B 43
Octal 277 317 210 10 0 42 23 112 53 103
Binary 10111111 11001111 10001000 1000 0 100010 10011 1001010 101011 1000011

Color Harmonies of #BFCF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF88

Black with #BFCF88

Text Example


Text Example

White with #BFCF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF88; }

 p { color: rgb(191,207,136); }

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

background-color css

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

 a { background-color: rgb(191,207,136); }

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

border-color css

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

 span { border-color: rgb(191,207,136); }

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