Html Css Color HEX #BDB194 Akaroa

📋 copy color: '#BDB194'

red 189 ◦ green 177 ◦ blue 148

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

Shades of Akaroa #BDB194

Tints of Akaroa #BDB194

RGB

 RED value IS 189 (74.22% from 255) = 36.77%

 GREEN value IS 177 (69.53% from 255) = 34.44%

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 36.77%
G = 34.44%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB194 (or 0xBDB194) is known color: Akaroa. HEX triplet: BD, B1 and 94. RGB value is (189,177,148). Sum of RGB (Red+Green+Blue) = 189+177+148=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB194 is #424E6B. Grayscale: #B1B1B1. Windows color (decimal): -4345452 or 9744829. OLE color: 9744829.

HSL color Cylindrical-coordinate representation of color #BDB194: hue angle of 42.44º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB194 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 148 -
CMYK 0 0.06 0.22 0.26
HSL 42.44º 0.24% 0.66% -
HSV(B) 42.44º 0.22% 0.74% -
XYZ 42.05 44.4 34.37 -
YUV 177.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 189 177 148 0 0.06 0.22 0.26 42.44 0.24 0.66
Hex BD B1 94 0 6 16 1A 2A 18 42
Octal 275 261 224 0 6 26 32 52 30 102
Binary 10111101 10110001 10010100 0 110 10110 11010 101010 11000 1000010

Color Harmonies of #BDB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB194

Black with #BDB194

Text Example


Text Example

White with #BDB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB194; }

 p { color: rgb(189,177,148); }

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

background-color css

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

 a { background-color: rgb(189,177,148); }

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

border-color css

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

 span { border-color: rgb(189,177,148); }

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