Html Css Color HEX #B88A2B Nugget

📋 copy color: '#B88A2B'

red 184 ◦ green 138 ◦ blue 43

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

Shades of Nugget #B88A2B

Tints of Nugget #B88A2B

RGB

 RED value IS 184 (72.27% from 255) = 50.41%

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 50.41%
G = 37.81%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B88A2B (or 0xB88A2B) is known color: Nugget. HEX triplet: B8, 8A and 2B. RGB value is (184,138,43). Sum of RGB (Red+Green+Blue) = 184+138+43=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A2B is #4775D4. Grayscale: #8D8D8D. Windows color (decimal): -4683221 or 2853560. OLE color: 2853560.

HSL color Cylindrical-coordinate representation of color #B88A2B: hue angle of 40.43º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B88A2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 43 -
CMYK 0 0.25 0.77 0.28
HSL 40.43º 0.62% 0.45% -
HSV(B) 40.43º 0.77% 0.72% -
XYZ 29.29 28.54 6.25 -
YUV 140.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 184 138 43 0 0.25 0.77 0.28 40.43 0.62 0.45
Hex B8 8A 2B 0 19 4D 1C 28 3E 2D
Octal 270 212 53 0 31 115 34 50 76 55
Binary 10111000 10001010 101011 0 11001 1001101 11100 101000 111110 101101

Color Harmonies of #B88A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A2B

Black with #B88A2B

Text Example


Text Example

White with #B88A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A2B; }

 p { color: rgb(184,138,43); }

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

background-color css

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

 a { background-color: rgb(184,138,43); }

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

border-color css

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

 span { border-color: rgb(184,138,43); }

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