Html Css Color HEX #BDB19B Akaroa

📋 copy color: '#BDB19B'

red 189 ◦ green 177 ◦ blue 155

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

Shades of Akaroa #BDB19B

Tints of Akaroa #BDB19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 36.28%
G = 33.97%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB19B (or 0xBDB19B) is known color: Akaroa. HEX triplet: BD, B1 and 9B. RGB value is (189,177,155). Sum of RGB (Red+Green+Blue) = 189+177+155=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB19B is #424E64. Grayscale: #B2B2B2. Windows color (decimal): -4345445 or 10203581. OLE color: 10203581.

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

Color convert

RGB 189 177 155 -
CMYK 0 0.06 0.18 0.26
HSL 38.82º 0.2% 0.67% -
HSV(B) 38.82º 0.18% 0.74% -
XYZ 42.62 44.63 37.38 -
YUV 178.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 189 177 155 0 0.06 0.18 0.26 38.82 0.2 0.67
Hex BD B1 9B 0 6 12 1A 27 14 43
Octal 275 261 233 0 6 22 32 47 24 103
Binary 10111101 10110001 10011011 0 110 10010 11010 100111 10100 1000011

Color Harmonies of #BDB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB19B

Black with #BDB19B

Text Example


Text Example

White with #BDB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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