Html Css Color HEX #BD973C Roti

📋 copy color: '#BD973C'

red 189 ◦ green 151 ◦ blue 60

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

Shades of Roti #BD973C

Tints of Roti #BD973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 47.25%
G = 37.75%
B = 15%

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

#BD973C (or 0xBD973C) is known color: Roti. HEX triplet: BD, 97 and 3C. RGB value is (189,151,60). Sum of RGB (Red+Green+Blue) = 189+151+60=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD973C is #4268C3. Grayscale: #989898. Windows color (decimal): -4352196 or 3971005. OLE color: 3971005.

HSL color Cylindrical-coordinate representation of color #BD973C: hue angle of 42.33º 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 #BD973C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 60 -
CMYK 0 0.20 0.68 0.26
HSL 42.33º 0.52% 0.49% -
HSV(B) 42.33º 0.68% 0.74% -
XYZ 32.87 33.28 8.97 -
YUV 151.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 189 151 60 0 0.20 0.68 0.26 42.33 0.52 0.49
Hex BD 97 3C 0 14 44 1A 2A 34 31
Octal 275 227 74 0 24 104 32 52 64 61
Binary 10111101 10010111 111100 0 10100 1000100 11010 101010 110100 110001

Color Harmonies of #BD973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD973C

Black with #BD973C

Text Example


Text Example

White with #BD973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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