Html Css Color HEX #BFB298 Akaroa

📋 copy color: '#BFB298'

red 191 ◦ green 178 ◦ blue 152

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

Shades of Akaroa #BFB298

Tints of Akaroa #BFB298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 36.66%
G = 34.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB298 (or 0xBFB298) is known color: Akaroa. HEX triplet: BF, B2 and 98. RGB value is (191,178,152). Sum of RGB (Red+Green+Blue) = 191+178+152=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB298 is #404D67. Grayscale: #B3B3B3. Windows color (decimal): -4214120 or 10007231. OLE color: 10007231.

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

Color convert

RGB 191 178 152 -
CMYK 0 0.07 0.20 0.25
HSL 40º 0.23% 0.67% -
HSV(B) 40º 0.2% 0.75% -
XYZ 43.07 45.18 36.16 -
YUV 178.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 191 178 152 0 0.07 0.20 0.25 40 0.23 0.67
Hex BF B2 98 0 7 14 19 28 17 43
Octal 277 262 230 0 7 24 31 50 27 103
Binary 10111111 10110010 10011000 0 111 10100 11001 101000 10111 1000011

Color Harmonies of #BFB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB298

Black with #BFB298

Text Example


Text Example

White with #BFB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB298; }

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

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

background-color css

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

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

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

border-color css

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

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

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