Html Css Color HEX #BB8623 Nugget

📋 copy color: '#BB8623'

red 187 ◦ green 134 ◦ blue 35

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

Shades of Nugget #BB8623

Tints of Nugget #BB8623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

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

R = 52.53%
G = 37.64%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB8623 (or 0xBB8623) is known color: Nugget. HEX triplet: BB, 86 and 23. RGB value is (187,134,35). Sum of RGB (Red+Green+Blue) = 187+134+35=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8623 is #4479DC. Grayscale: #8B8B8B. Windows color (decimal): -4487645 or 2328251. OLE color: 2328251.

HSL color Cylindrical-coordinate representation of color #BB8623: hue angle of 39.08º 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 #BB8623 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 35 -
CMYK 0 0.28 0.81 0.27
HSL 39.08º 0.68% 0.44% -
HSV(B) 39.08º 0.81% 0.73% -
XYZ 29.32 27.74 5.4 -
YUV 138.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 187 134 35 0 0.28 0.81 0.27 39.08 0.68 0.44
Hex BB 86 23 0 1C 51 1B 27 44 2C
Octal 273 206 43 0 34 121 33 47 104 54
Binary 10111011 10000110 100011 0 11100 1010001 11011 100111 1000100 101100

Color Harmonies of #BB8623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8623

Black with #BB8623

Text Example


Text Example

White with #BB8623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8623; }

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

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

background-color css

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

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

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

border-color css

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

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

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