Html Css Color HEX #BD8323 Geebung

📋 copy color: '#BD8323'

red 189 ◦ green 131 ◦ blue 35

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

Shades of Geebung #BD8323

Tints of Geebung #BD8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 53.24%
G = 36.9%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8323 (or 0xBD8323) is known color: Geebung. HEX triplet: BD, 83 and 23. RGB value is (189,131,35). Sum of RGB (Red+Green+Blue) = 189+131+35=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8323 is #427CDC. Grayscale: #898989. Windows color (decimal): -4357341 or 2327485. OLE color: 2327485.

HSL color Cylindrical-coordinate representation of color #BD8323: hue angle of 37.4º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD8323 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 35 -
CMYK 0 0.31 0.81 0.26
HSL 37.4º 0.69% 0.44% -
HSV(B) 37.4º 0.81% 0.74% -
XYZ 29.41 27.17 5.29 -
YUV 137.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 189 131 35 0 0.31 0.81 0.26 37.4 0.69 0.44
Hex BD 83 23 0 1F 51 1A 25 45 2C
Octal 275 203 43 0 37 121 32 45 105 54
Binary 10111101 10000011 100011 0 11111 1010001 11010 100101 1000101 101100

Color Harmonies of #BD8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8323

Black with #BD8323

Text Example


Text Example

White with #BD8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8323; }

 p { color: rgb(189,131,35); }

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

background-color css

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

 a { background-color: rgb(189,131,35); }

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

border-color css

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

 span { border-color: rgb(189,131,35); }

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