Html Css Color HEX #B88F2A Nugget

📋 copy color: '#B88F2A'

red 184 ◦ green 143 ◦ blue 42

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

Shades of Nugget #B88F2A

Tints of Nugget #B88F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 49.86%
G = 38.75%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B88F2A (or 0xB88F2A) is known color: Nugget. HEX triplet: B8, 8F and 2A. RGB value is (184,143,42). Sum of RGB (Red+Green+Blue) = 184+143+42=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F2A is #4770D5. Grayscale: #909090. Windows color (decimal): -4681942 or 2789304. OLE color: 2789304.

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

Color convert

RGB 184 143 42 -
CMYK 0 0.22 0.77 0.28
HSL 42.68º 0.63% 0.44% -
HSV(B) 42.68º 0.77% 0.72% -
XYZ 30.01 30 6.4 -
YUV 143.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 184 143 42 0 0.22 0.77 0.28 42.68 0.63 0.44
Hex B8 8F 2A 0 16 4D 1C 2B 3F 2C
Octal 270 217 52 0 26 115 34 53 77 54
Binary 10111000 10001111 101010 0 10110 1001101 11100 101011 111111 101100

Color Harmonies of #B88F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F2A

Black with #B88F2A

Text Example


Text Example

White with #B88F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F2A; }

 p { color: rgb(184,143,42); }

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

background-color css

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

 a { background-color: rgb(184,143,42); }

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

border-color css

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

 span { border-color: rgb(184,143,42); }

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