Html Css Color HEX #BDAF98 Akaroa

📋 copy color: '#BDAF98'

red 189 ◦ green 175 ◦ blue 152

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

Shades of Akaroa #BDAF98

Tints of Akaroa #BDAF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

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

R = 36.63%
G = 33.91%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDAF98 (or 0xBDAF98) is known color: Akaroa. HEX triplet: BD, AF and 98. RGB value is (189,175,152). Sum of RGB (Red+Green+Blue) = 189+175+152=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF98 is #425067. Grayscale: #B0B0B0. Windows color (decimal): -4345960 or 10006461. OLE color: 10006461.

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

Color convert

RGB 189 175 152 -
CMYK 0 0.07 0.20 0.26
HSL 37.3º 0.22% 0.67% -
HSV(B) 37.3º 0.2% 0.74% -
XYZ 41.98 43.75 35.94 -
YUV 176.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 189 175 152 0 0.07 0.20 0.26 37.3 0.22 0.67
Hex BD AF 98 0 7 14 1A 25 16 43
Octal 275 257 230 0 7 24 32 45 26 103
Binary 10111101 10101111 10011000 0 111 10100 11010 100101 10110 1000011

Color Harmonies of #BDAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF98

Black with #BDAF98

Text Example


Text Example

White with #BDAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF98; }

 p { color: rgb(189,175,152); }

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

background-color css

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

 a { background-color: rgb(189,175,152); }

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

border-color css

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

 span { border-color: rgb(189,175,152); }

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