Html Css Color HEX #BFB799 Akaroa

📋 copy color: '#BFB799'

red 191 ◦ green 183 ◦ blue 153

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

Shades of Akaroa #BFB799

Tints of Akaroa #BFB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 36.24%
G = 34.72%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB799 (or 0xBFB799) is known color: Akaroa. HEX triplet: BF, B7 and 99. RGB value is (191,183,153). Sum of RGB (Red+Green+Blue) = 191+183+153=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB799 is #404866. Grayscale: #B6B6B6. Windows color (decimal): -4212839 or 10074047. OLE color: 10074047.

HSL color Cylindrical-coordinate representation of color #BFB799: hue angle of 47.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB799 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 153 -
CMYK 0 0.04 0.20 0.25
HSL 47.37º 0.23% 0.67% -
HSV(B) 47.37º 0.2% 0.75% -
XYZ 44.17 47.24 36.93 -
YUV 181.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 191 183 153 0 0.04 0.20 0.25 47.37 0.23 0.67
Hex BF B7 99 0 4 14 19 2F 17 43
Octal 277 267 231 0 4 24 31 57 27 103
Binary 10111111 10110111 10011001 0 100 10100 11001 101111 10111 1000011

Color Harmonies of #BFB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB799

Black with #BFB799

Text Example


Text Example

White with #BFB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB799; }

 p { color: rgb(191,183,153); }

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

background-color css

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

 a { background-color: rgb(191,183,153); }

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

border-color css

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

 span { border-color: rgb(191,183,153); }

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