Html Css Color HEX #BDB09B Akaroa

📋 copy color: '#BDB09B'

red 189 ◦ green 176 ◦ blue 155

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

Shades of Akaroa #BDB09B

Tints of Akaroa #BDB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

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

R = 36.35%
G = 33.85%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB09B (or 0xBDB09B) is known color: Akaroa. HEX triplet: BD, B0 and 9B. RGB value is (189,176,155). Sum of RGB (Red+Green+Blue) = 189+176+155=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09B is #424F64. Grayscale: #B1B1B1. Windows color (decimal): -4345701 or 10203325. OLE color: 10203325.

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

Color convert

RGB 189 176 155 -
CMYK 0 0.07 0.18 0.26
HSL 37.06º 0.2% 0.67% -
HSV(B) 37.06º 0.18% 0.74% -
XYZ 42.43 44.24 37.31 -
YUV 177.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 189 176 155 0 0.07 0.18 0.26 37.06 0.2 0.67
Hex BD B0 9B 0 7 12 1A 25 14 43
Octal 275 260 233 0 7 22 32 45 24 103
Binary 10111101 10110000 10011011 0 111 10010 11010 100101 10100 1000011

Color Harmonies of #BDB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB09B

Black with #BDB09B

Text Example


Text Example

White with #BDB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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