Html Css Color HEX #BB740F Dark Goldenrod

📋 copy color: '#BB740F'

red 187 ◦ green 116 ◦ blue 15

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

Shades of Dark Goldenrod #BB740F

Tints of Dark Goldenrod #BB740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 58.81%
G = 36.48%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB740F (or 0xBB740F) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 0F. RGB value is (187,116,15). Sum of RGB (Red+Green+Blue) = 187+116+15=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB740F is #448BF0. Grayscale: #7E7E7E. Windows color (decimal): -4492273 or 1012923. OLE color: 1012923.

HSL color Cylindrical-coordinate representation of color #BB740F: hue angle of 35.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB740F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 15 -
CMYK 0 0.38 0.92 0.27
HSL 35.23º 0.85% 0.4% -
HSV(B) 35.23º 0.92% 0.73% -
XYZ 26.83 23.09 3.49 -
YUV 125.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 187 116 15 0 0.38 0.92 0.27 35.23 0.85 0.4
Hex BB 74 F 0 26 5C 1B 23 55 28
Octal 273 164 17 0 46 134 33 43 125 50
Binary 10111011 1110100 1111 0 100110 1011100 11011 100011 1010101 101000

Color Harmonies of #BB740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB740F

Black with #BB740F

Text Example


Text Example

White with #BB740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB740F; }

 p { color: rgb(187,116,15); }

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

background-color css

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

 a { background-color: rgb(187,116,15); }

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

border-color css

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

 span { border-color: rgb(187,116,15); }

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