Html Css Color HEX #BB9023 Nugget

📋 copy color: '#BB9023'

red 187 ◦ green 144 ◦ blue 35

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

Shades of Nugget #BB9023

Tints of Nugget #BB9023

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

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

R = 51.09%
G = 39.34%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB9023 (or 0xBB9023) is known color: Nugget. HEX triplet: BB, 90 and 23. RGB value is (187,144,35). Sum of RGB (Red+Green+Blue) = 187+144+35=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9023 is #446FDC. Grayscale: #909090. Windows color (decimal): -4485085 or 2330811. OLE color: 2330811.

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

Color convert

RGB 187 144 35 -
CMYK 0 0.23 0.81 0.27
HSL 43.03º 0.68% 0.44% -
HSV(B) 43.03º 0.81% 0.73% -
XYZ 30.77 30.63 5.88 -
YUV 144.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 187 144 35 0 0.23 0.81 0.27 43.03 0.68 0.44
Hex BB 90 23 0 17 51 1B 2B 44 2C
Octal 273 220 43 0 27 121 33 53 104 54
Binary 10111011 10010000 100011 0 10111 1010001 11011 101011 1000100 101100

Color Harmonies of #BB9023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9023

Black with #BB9023

Text Example


Text Example

White with #BB9023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9023; }

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

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

background-color css

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

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

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

border-color css

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

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

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