Html Css Color HEX #BB8B23 Nugget

📋 copy color: '#BB8B23'

red 187 ◦ green 139 ◦ blue 35

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

Shades of Nugget #BB8B23

Tints of Nugget #BB8B23

RGB

 RED value IS 187 (73.44% from 255) = 51.8%

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 51.8%
G = 38.5%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB8B23 (or 0xBB8B23) is known color: Nugget. HEX triplet: BB, 8B and 23. RGB value is (187,139,35). Sum of RGB (Red+Green+Blue) = 187+139+35=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B23 is #4474DC. Grayscale: #8D8D8D. Windows color (decimal): -4486365 or 2329531. OLE color: 2329531.

HSL color Cylindrical-coordinate representation of color #BB8B23: hue angle of 41.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB8B23 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 35 -
CMYK 0 0.26 0.81 0.27
HSL 41.05º 0.68% 0.44% -
HSV(B) 41.05º 0.81% 0.73% -
XYZ 30.03 29.15 5.63 -
YUV 141.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 187 139 35 0 0.26 0.81 0.27 41.05 0.68 0.44
Hex BB 8B 23 0 1A 51 1B 29 44 2C
Octal 273 213 43 0 32 121 33 51 104 54
Binary 10111011 10001011 100011 0 11010 1010001 11011 101001 1000100 101100

Color Harmonies of #BB8B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B23

Black with #BB8B23

Text Example


Text Example

White with #BB8B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B23; }

 p { color: rgb(187,139,35); }

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

background-color css

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

 a { background-color: rgb(187,139,35); }

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

border-color css

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

 span { border-color: rgb(187,139,35); }

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