Html Css Color HEX #BD8333 Geebung

📋 copy color: '#BD8333'

red 189 ◦ green 131 ◦ blue 51

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

Shades of Geebung #BD8333

Tints of Geebung #BD8333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 50.94%
G = 35.31%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD8333 (or 0xBD8333) is known color: Geebung. HEX triplet: BD, 83 and 33. RGB value is (189,131,51). Sum of RGB (Red+Green+Blue) = 189+131+51=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8333 is #427CCC. Grayscale: #8B8B8B. Windows color (decimal): -4357325 or 3376061. OLE color: 3376061.

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

Color convert

RGB 189 131 51 -
CMYK 0 0.31 0.73 0.26
HSL 34.78º 0.58% 0.47% -
HSV(B) 34.78º 0.73% 0.74% -
XYZ 29.7 27.29 6.83 -
YUV 139.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 189 131 51 0 0.31 0.73 0.26 34.78 0.58 0.47
Hex BD 83 33 0 1F 49 1A 23 3A 2F
Octal 275 203 63 0 37 111 32 43 72 57
Binary 10111101 10000011 110011 0 11111 1001001 11010 100011 111010 101111

Color Harmonies of #BD8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8333

Black with #BD8333

Text Example


Text Example

White with #BD8333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8333; }

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

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

background-color css

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

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

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

border-color css

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

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

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