Html Css Color HEX #BB821A Dark Goldenrod

📋 copy color: '#BB821A'

red 187 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #BB821A

Tints of Dark Goldenrod #BB821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 54.52%
G = 37.9%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB821A (or 0xBB821A) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 1A. RGB value is (187,130,26). Sum of RGB (Red+Green+Blue) = 187+130+26=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB821A is #447DE5. Grayscale: #878787. Windows color (decimal): -4488678 or 1737403. OLE color: 1737403.

HSL color Cylindrical-coordinate representation of color #BB821A: hue angle of 38.76º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB821A is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 26 -
CMYK 0 0.30 0.86 0.27
HSL 38.76º 0.76% 0.42% -
HSV(B) 38.76º 0.86% 0.73% -
XYZ 28.66 26.6 4.6 -
YUV 135.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 187 130 26 0 0.30 0.86 0.27 38.76 0.76 0.42
Hex BB 82 1A 0 1E 56 1B 27 4C 2A
Octal 273 202 32 0 36 126 33 47 114 52
Binary 10111011 10000010 11010 0 11110 1010110 11011 100111 1001100 101010

Color Harmonies of #BB821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB821A

Black with #BB821A

Text Example


Text Example

White with #BB821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB821A; }

 p { color: rgb(187,130,26); }

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

background-color css

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

 a { background-color: rgb(187,130,26); }

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

border-color css

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

 span { border-color: rgb(187,130,26); }

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