Html Css Color HEX #BFB798 Akaroa

📋 copy color: '#BFB798'

red 191 ◦ green 183 ◦ blue 152

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

Shades of Akaroa #BFB798

Tints of Akaroa #BFB798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 36.31%
G = 34.79%
B = 28.9%

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

#BFB798 (or 0xBFB798) is known color: Akaroa. HEX triplet: BF, B7 and 98. RGB value is (191,183,152). Sum of RGB (Red+Green+Blue) = 191+183+152=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB798 is #404867. Grayscale: #B5B5B5. Windows color (decimal): -4212840 or 10008511. OLE color: 10008511.

HSL color Cylindrical-coordinate representation of color #BFB798: hue angle of 47.69º 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 #BFB798 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 152 -
CMYK 0 0.04 0.20 0.25
HSL 47.69º 0.23% 0.67% -
HSV(B) 47.69º 0.2% 0.75% -
XYZ 44.09 47.21 36.49 -
YUV 181.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 191 183 152 0 0.04 0.20 0.25 47.69 0.23 0.67
Hex BF B7 98 0 4 14 19 30 17 43
Octal 277 267 230 0 4 24 31 60 27 103
Binary 10111111 10110111 10011000 0 100 10100 11001 110000 10111 1000011

Color Harmonies of #BFB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB798

Black with #BFB798

Text Example


Text Example

White with #BFB798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB798; }

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

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

background-color css

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

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

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

border-color css

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

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

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