Html Css Color HEX #BD983C Roti

📋 copy color: '#BD983C'

red 189 ◦ green 152 ◦ blue 60

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

Shades of Roti #BD983C

Tints of Roti #BD983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 47.13%
G = 37.91%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD983C (or 0xBD983C) is known color: Roti. HEX triplet: BD, 98 and 3C. RGB value is (189,152,60). Sum of RGB (Red+Green+Blue) = 189+152+60=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD983C is #4267C3. Grayscale: #989898. Windows color (decimal): -4351940 or 3971261. OLE color: 3971261.

HSL color Cylindrical-coordinate representation of color #BD983C: hue angle of 42.79º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD983C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 60 -
CMYK 0 0.20 0.68 0.26
HSL 42.79º 0.52% 0.49% -
HSV(B) 42.79º 0.68% 0.74% -
XYZ 33.03 33.6 9.02 -
YUV 152.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 189 152 60 0 0.20 0.68 0.26 42.79 0.52 0.49
Hex BD 98 3C 0 14 44 1A 2B 34 31
Octal 275 230 74 0 24 104 32 53 64 61
Binary 10111101 10011000 111100 0 10100 1000100 11010 101011 110100 110001

Color Harmonies of #BD983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD983C

Black with #BD983C

Text Example


Text Example

White with #BD983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD983C; }

 p { color: rgb(189,152,60); }

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

background-color css

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

 a { background-color: rgb(189,152,60); }

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

border-color css

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

 span { border-color: rgb(189,152,60); }

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