Html Css Color HEX #BD730B Dark Goldenrod

📋 copy color: '#BD730B'

red 189 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #BD730B

Tints of Dark Goldenrod #BD730B

RGB

 RED value IS 189 (74.22% from 255) = 60%

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 60%
G = 36.51%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD730B (or 0xBD730B) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 0B. RGB value is (189,115,11). Sum of RGB (Red+Green+Blue) = 189+115+11=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD730B is #428CF4. Grayscale: #7D7D7D. Windows color (decimal): -4361461 or 750525. OLE color: 750525.

HSL color Cylindrical-coordinate representation of color #BD730B: hue angle of 35.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD730B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 11 -
CMYK 0 0.39 0.94 0.26
HSL 35.06º 0.89% 0.39% -
HSV(B) 35.06º 0.94% 0.74% -
XYZ 27.18 23.1 3.34 -
YUV 125.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 189 115 11 0 0.39 0.94 0.26 35.06 0.89 0.39
Hex BD 73 B 0 27 5E 1A 23 59 27
Octal 275 163 13 0 47 136 32 43 131 47
Binary 10111101 1110011 1011 0 100111 1011110 11010 100011 1011001 100111

Color Harmonies of #BD730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD730B

Black with #BD730B

Text Example


Text Example

White with #BD730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD730B; }

 p { color: rgb(189,115,11); }

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

background-color css

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

 a { background-color: rgb(189,115,11); }

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

border-color css

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

 span { border-color: rgb(189,115,11); }

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