Html Css Color HEX #BFBEAE Kangaroo

📋 copy color: '#BFBEAE'

red 191 ◦ green 190 ◦ blue 174

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

Shades of Kangaroo #BFBEAE

Tints of Kangaroo #BFBEAE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

 BLUE value IS 174 (68.36% from 255) = 31.35%

R = 34.41%
G = 34.23%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFBEAE (or 0xBFBEAE) is known color: Kangaroo. HEX triplet: BF, BE and AE. RGB value is (191,190,174). Sum of RGB (Red+Green+Blue) = 191+190+174=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEAE is #404151. Grayscale: #BCBCBC. Windows color (decimal): -4211026 or 11452095. OLE color: 11452095.

HSL color Cylindrical-coordinate representation of color #BFBEAE: hue angle of 56.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBEAE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 190 174 -
CMYK 0 0.01 0.09 0.25
HSL 56.47º 0.12% 0.72% -
HSV(B) 56.47º 0.09% 0.75% -
XYZ 47.54 50.96 47.37 -
YUV 188.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 191 190 174 0 0.01 0.09 0.25 56.47 0.12 0.72
Hex BF BE AE 0 1 9 19 38 C 48
Octal 277 276 256 0 1 11 31 70 14 110
Binary 10111111 10111110 10101110 0 1 1001 11001 111000 1100 1001000

Color Harmonies of #BFBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEAE

Black with #BFBEAE

Text Example


Text Example

White with #BFBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEAE; }

 p { color: rgb(191,190,174); }

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

background-color css

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

 a { background-color: rgb(191,190,174); }

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

border-color css

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

 span { border-color: rgb(191,190,174); }

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