Html Css Color HEX #BD8625 Geebung

📋 copy color: '#BD8625'

red 189 ◦ green 134 ◦ blue 37

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

Shades of Geebung #BD8625

Tints of Geebung #BD8625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 52.5%
G = 37.22%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD8625 (or 0xBD8625) is known color: Geebung. HEX triplet: BD, 86 and 25. RGB value is (189,134,37). Sum of RGB (Red+Green+Blue) = 189+134+37=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8625 is #4279DA. Grayscale: #8B8B8B. Windows color (decimal): -4356571 or 2459325. OLE color: 2459325.

HSL color Cylindrical-coordinate representation of color #BD8625: hue angle of 38.29º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD8625 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 37 -
CMYK 0 0.29 0.80 0.26
HSL 38.29º 0.67% 0.44% -
HSV(B) 38.29º 0.8% 0.74% -
XYZ 29.85 28 5.58 -
YUV 139.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 189 134 37 0 0.29 0.80 0.26 38.29 0.67 0.44
Hex BD 86 25 0 1D 50 1A 26 43 2C
Octal 275 206 45 0 35 120 32 46 103 54
Binary 10111101 10000110 100101 0 11101 1010000 11010 100110 1000011 101100

Color Harmonies of #BD8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8625

Black with #BD8625

Text Example


Text Example

White with #BD8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8625; }

 p { color: rgb(189,134,37); }

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

background-color css

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

 a { background-color: rgb(189,134,37); }

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

border-color css

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

 span { border-color: rgb(189,134,37); }

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